ifuse: update to the latest git version
authorGeorgi Valkov <[email protected]>
Wed, 11 Jun 2025 12:11:17 +0000 (15:11 +0300)
committerRobert Marko <[email protected]>
Thu, 31 Jul 2025 19:50:51 +0000 (21:50 +0200)
dependency changed from fuse-utils to fuse3-utils

change log
https://github.com/libimobiledevice/ifuse/commits/master/

Signed-off-by: Georgi Valkov <[email protected]>
utils/ifuse/Makefile

index 75d8319c09026e62c3b033bdb55afcd453248ea4..3ba7dab3b97109a2424e5f51636ba3583412a92a 100644 (file)
@@ -10,9 +10,9 @@ PKG_RELEASE:=1
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL:=https://github.com/libimobiledevice/ifuse.git
-PKG_SOURCE_DATE:=2023-01-06
-PKG_SOURCE_VERSION:=814a0e38050850937debd697fcfe6eca3de1b66f
-PKG_MIRROR_HASH:=702eb5f850eca4bb7e5ec82f25026d0a2240041e7c0f614322608ed238ebb789
+PKG_SOURCE_DATE:=2024-12-02
+PKG_SOURCE_VERSION:=bbf2838a474c287e28ed6d348ee252ddaeb9aab0
+PKG_MIRROR_HASH:=b9bfd08c62cbb1dc8e36c1d8713be03149d87dbd6adc8aef952b7209c9c97a24
 
 PKG_MAINTAINER:=Rosen Penev <[email protected]>
 PKG_LICENSE:=LGPL-2.1-or-later
@@ -31,7 +31,7 @@ define Package/ifuse
   SUBMENU:=libimobiledevice
   TITLE:=Fuse filesystem access to iOS devices
   URL:=https://www.libimobiledevice.org/
-  DEPENDS:=+fuse-utils +libimobiledevice
+  DEPENDS:=+fuse3-utils +libimobiledevice
 endef
 
 define Package/ifuse/description